home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gom3.dxr / 00024.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  258 b   |  17 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     HotSpots(7, 20)
  5.     HotSpots(40, 43)
  6.   end if
  7.   Loopframe()
  8.   if act = 1 then
  9.     if rollOver(45) or rollOver(46) then
  10.       cursor([901, 902])
  11.     else
  12.       cursor(-1)
  13.     end if
  14.     Loopframe()
  15.   end if
  16. end
  17.